From d2bba1126133b068fcbd7be7956f4e6815fc36d4 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 13 Oct 2006 19:32:05 +0000 Subject: [PATCH] (apropos-pattern-quoted): Fix a typo in a doc string. --- lisp/apropos.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/apropos.el b/lisp/apropos.el index 3889655ff99..cbe571f8fec 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -142,7 +142,7 @@ If value is `verbose', the computed score is shown for each match." "Apropos pattern as entered by user.") (defvar apropos-pattern-quoted nil - "Apropos pattern passed through `regexp-quoute'.") + "Apropos pattern passed through `regexp-quote'.") (defvar apropos-words () "Current list of apropos words extracted from `apropos-pattern'.") -- 2.30.2